ArcGIS Runtime SDK for WPF - Library Reference
Geocode(String,EventHandler<GeocodeCompletedEventArgs>) Method
See Also 
ESRI.ArcGIS.Client.Bing Namespace > Geocoder Class > Geocode Method : Geocode(String,EventHandler<GeocodeCompletedEventArgs>) Method

address
The address to geocode.
onComplete
The method to call on complete.
Geocodes address using an asynchronous call to Bings geocoding service.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Geocode( _
   ByVal address As String, _
   ByVal onComplete As EventHandler(Of GeocodeCompletedEventArgs) _
) 
C# 
public void Geocode( 
   string address,
   EventHandler<GeocodeCompletedEventArgs> onComplete
)

Parameters

address
The address to geocode.
onComplete
The method to call on complete.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.